'Usage Dim instance As CalcFTestFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: array1, array2.
Array1 is the first array or range of data.
Array2 is the second array or range of data.
Return Value
A System.Double value that indicates the evaluate result.